home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / btype.doc < prev    next >
Text File  |  1995-03-31  |  979b  |  23 lines

  1. (User.programs) 
  2. Item: 293 by _joehorn at hpcvbbs.UUCP 
  3. Author: [Joseph K Horn] 
  4.   Date: Tue Jun 04 1991 
  5.  
  6. BTYPE, an HP 48 BYTES/TYPE Utility 
  7.  
  8. Here's a little program I keep assigned to a key.  I call it BTYPE, because 
  9. it's a cross between the BYTES and TYPE commands. It identifies IN ENGLISH the 
  10. object type of whatever's in level 1, unless it's a defined global name, in 
  11. which case it identifies the object type of ITS CONTENTS.  (If not defined, it 
  12. just says "Global Name").  This is tagged onto its BYTE COUNT.  To make it 
  13. useful for quick keyboard use, it doesn't eat the argument, but lifts it to 
  14. level 2, so that you can just press backarrow to resume whatever you were doing 
  15. before pressing BTYPE. 
  16.  
  17. [By the way, if you have a foreign language translator in your 48, the object 
  18. types will automatically be translated!] 
  19.  
  20. This is another example of how sweet "system RPL" can be. 
  21.  
  22. --  Joseph K Horn  --  Peripheral Vision, Ltd.  -- 
  23.